home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000321_news@newsmaster….columbia.edu _Sat Mar 21 14:40:29 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  6KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA20674
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 21 Mar 1998 14:40:28 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA02690
  7.     for kermit.misc@watsun; Sat, 21 Mar 1998 14:40:28 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: is this a kermit problem?
  12. Date: 21 Mar 1998 19:40:26 GMT
  13. Organization: Columbia University
  14. Lines: 100
  15. Message-ID: <6f153a$md2$1@apakabar.cc.columbia.edu>
  16. References: <890356581.7500@iris.nyx.net> <6eu3sn$3ll$1@apakabar.cc.columbia.edu> <890506921.538105@iris.nyx.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8519
  19.  
  20. In article <890506921.538105@iris.nyx.net>,
  21. arthur wouk <awouk@syzygy.nyx.net> wrote:
  22. : >: running solaris2.4 on a sparc2, with the lates version of C-Kermit
  23. : >: (6.0?).  i have set up kermit and the port at 38,400. i am dialing in
  24. : >: to an ISP which supports up to 56k. i am using a suprafax 28.4k
  25. : >: modem.
  26. : >: 
  27. : >: i connect ok, but at 26k. then the two modems go into a mating dance
  28. : >: during which i seem to be able to get only a few characters at a time
  29. : >: into thesystem.
  30. : >:
  31. : >The characters that do arrive: are they the ones you expect?
  32. : yes
  33. :
  34. : >: the modem keeps cycling through mysterious modes, till
  35. : >: eventually, either i lose carrier, or they two modems agree on 28.4k,
  36. : >: after which everything is fine. this wait can take up to several
  37. : >: minutes.
  38. : >: 
  39. : >: anyone have any ideas as to how to shorten this speed matching dance?
  40. : >: 
  41. : >This is a matter between the two modems and has nothing to do with Kermit,
  42. : >except insofar as it might be affected by changing the initialization string
  43. : >given to the modem by Kermit.  But you didn't say how you were using the
  44. : >modem.  Did you "set modem type supra", "set speed 38400", and the "dial"?
  45. : i can't set modem type supra, because the ISP doesn't have such a type
  46. : in his library.
  47. :
  48. You said: "running solaris2.4 on a sparc2, with the lates version of C-Kermit
  49. (6.0?).  i have set up kermit and the port at 38,400. i am dialing in
  50. to an ISP which supports up to 56k. i am using a suprafax 28.4k modem."
  51.  
  52. So you are running C-Kermit 6.0 and you are using to dial a Supra modem,
  53. right?  So, again, tell C-Kermit to "set modem type supra".  This tells
  54. C-Kermit what kind of modem you have so it will know how to initialize it
  55. and dial it correctly.  This has nothing to do with your ISP or its library.
  56.  
  57. : i will try again with that type, but as i recall, it
  58. : could enver conenct successfully. i now use type hayes,which is
  59. : recognized.
  60. $ kermit
  61. C-Kermit 6.0.192, 6 Sep 96...
  62. C-Kermit>set modem type ? modem type, one of the following:
  63.  att-dataport      digitel-dt22      motorola-fastalk  supra   <-- Note
  64.  att-dtdm          gateway-telepath  multitech         telebit
  65.  att-isn           gdc-212a/ed       mwave             unknown
  66.  att-switched-net  hayes-1200        none              user-defined
  67.  att-7300          hayes-2400        old-telebit       usrobotics
  68.  boca              hayes-high-speed  penril            ventel
  69.  cardinal          intel             ppi               zoltrix
  70.  cermetek          itu-t-v25bis      racalvadic        zoom
  71.  concord           maxtech           rockwell-v32      zyxel
  72.  df03-ac           microcom-at-mode  rockwell-v32bis
  73.  df100-series      microcom-sx-mode  rockwell-v34
  74.  df200-series      microlink         rolm-dcm
  75. C-Kermit>exit
  76. $
  77.  
  78. : >The initialization commands used by Kermit in the dialing process are
  79. : >fairly standard, and work in most cases.  But as you know, it takes two
  80. : >modems to make a connection.  And modems are becoming more and more
  81. : >complex, and differences between brands and models result in ever more
  82. : >scenarious like the one you've described.  The procedure for negotiating a
  83. : >mutually agreeable modulation speed and set of protocols is, indeed,
  84. : >working, but it's taking longer than you want.  To improve the situation,
  85. : >you'll need to:
  86. : >
  87. : > a. Read your modem manual in depth and experiment with different settings.
  88. : >
  89. : > b. Call different phone numbers and see if you can narrow down the problem.
  90. : >    Does the problem occur only when you call a particular number, or does
  91. : >    it always happen?
  92. : on three different numbers! if i only try to get in at 19200, it always
  93. : works. :-(
  94. First try setting the modem type correctly as described above (and in the
  95. manual).  If that doesn't work, then follow the instructions above, or read
  96. the C-Kermit manual for an in-depth treatment of modem problems and how to
  97. solve them.
  98.  
  99. If the problem happens with every number you call, it is almost certainly
  100. due to the fact that you are not telling C-Kermit that you have a Supra modem,
  101. so C-Kermit is not configuring it correctly -- how could it if it doesn't
  102. know what it is?
  103.  
  104. If everything works well at 19200 but works poorly at 38400, then perhaps
  105. this is a limitation of the serial port on your Sparc 2.  But more likely, it
  106. is the result of the fact -- again -- that you have not told Kermit what kind
  107. of modem you have.  If it knows you have a Supra, it will use hardware flow
  108. control.  If it thinks you have a Hayes ("set modem type hayes" means Hayes
  109. 1200 or Hayes 2400), it will not use hardware flow contol because those
  110. modems don't support it.
  111.  
  112. This is all explained in the early chapters of "Using C-Kermit".
  113.  
  114. - Frank